home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / btrieve / bs145.arc / BSUPPORT.DOC < prev    next >
Text File  |  1989-08-13  |  5KB  |  138 lines

  1. ================================================================================
  2.  
  3.         ══╦══
  4.           ║ nformation                         Information Architects
  5.         ══╩══╦═══╗                             P.O. Box 4184
  6.              ╠═══╣ rchitects                   East Lansing, MI 48826
  7.              ║   ║
  8.                                                Voice: (517) 337-0714
  9.                                                  Fax: (517) 351-7912
  10.                                                CompuServe: 76317,1056
  11.  
  12. ================================================================================
  13.  
  14.                       * * * * *   N O T E   * * * * *
  15.  
  16.     Bsupport went commercial in December 1988.
  17.  
  18.     Bsupport now refers to a family of products which are marketed commercially
  19.     and described below.
  20.  
  21.     The Bsupport 1.45 program has been enhanced and renamed Bedit.
  22.  
  23.     Our goal is to provide useful tools to developer's using Novell's
  24.     Btrieve record manager.
  25.  
  26.  
  27.     Rich Bogard
  28.     Information Architects, Inc.
  29.  
  30. ================================================================================
  31.  
  32.                               Bsupport 2.1
  33.  
  34.         Bsupport currently consists of three products:
  35.  
  36.              Bedit - a Btrieve file utility for programmers.
  37.  
  38.              Bbug  - a TSR Btrieve application debugger.
  39.  
  40.              Brun  - a run-time replacement for BUTIL.
  41.  
  42.  
  43.         Bsupport requires Btrieve from Novell Development Products Division.
  44.  
  45.         Please call or write for additional information and current prices.
  46.  
  47. ================================================================================
  48.  
  49.                                 Bedit 2.0
  50.  
  51.         Bedit is a utility for Btrieve data files.  It contains many
  52.         functions which users of the Btrieve record manager will find
  53.         very useful for managing their files.  Some of its major
  54.         features are listed below.
  55.  
  56.             DISPLAY file data, key buffers, or the Position Block
  57.             in four formats:
  58.                  1) ASCII characters
  59.                  2) ASCII characters with a ruler
  60.                  3) hex dump (ASCII and hex)
  61.                  4) 3-D (Dictionary Driven Display)
  62.  
  63.                                                 ╔═══╗
  64.                                                ╔╩══╗║
  65.             UPDATE or INSERT records using the ║3-D║║ format.
  66.                                                ╚╦══╝║
  67.                                                 ╚═══╝
  68.  
  69.                            ┌──────────────────────────────────┐
  70.                            │ COPY records between files.      │
  71.             SELECTIVELY ───┤ DELETE records.                  │
  72.                            │ SAVE records to DOS ASCII files. │
  73.                            └──────────────────────────────────┘
  74.  
  75.             Key SEARCH for records.
  76.  
  77.             SAVE records to an ASCII file in 3 formats:
  78.                  1) data only
  79.                  2) data prefixed by record length and a comma
  80.                  3) comma-delimited (see EXPORT next for details)
  81.  
  82.             EXPORT records in SDF (comma-delimited) for import to
  83.                    Lotus, dBASE, PC-Write, etc.
  84.             (Only fields defined in the dictionary are exported.)
  85.  
  86.             RECOVER corrupted files.  COPY/SAVE using the STEP
  87.             FIRST, STEP NEXT, STEP LAST, STEP PREVIOUS operations.
  88.  
  89.             CLONE a Btrieve file (CREATE a new file using the
  90.             parameters of an existing file).
  91.  
  92.             Traverse files via an index or physical address
  93.             sequence.
  94.  
  95.             CREATE TEST FILES USING THE CLONE AND COPY FUNCTIONS.
  96.  
  97.             Support for record LOCK by incrementing the operation
  98.             by 100, 200, 300, 400.
  99.  
  100.             DISPLAY the file status information and Btrieve
  101.             version information.
  102.  
  103.             SET (with access type) or CLEAR the owner name.
  104.  
  105. ================================================================================
  106.  
  107.                               Bbug 1.02
  108.  
  109.          Bbug is a memory-resident (TSR) Btrieve application debugger.
  110.  
  111.          It "pops-up" over your application whenever a call is made to
  112.          the Btrieve record manager.
  113.  
  114.          It displays:  file name
  115.                        Btrieve operation code (with description)
  116.                        Data and Key Buffers in ruler or hex modes
  117.                        Position Block
  118.                        Status returned (with description)
  119.  
  120.          LANGUAGE INDEPENDENT - debug BASIC, C, COBOL, PC Magic, etc.
  121.  
  122.          TRAP user-defined op codes.    TIME operations.
  123.  
  124.          It uses approximately 40K when loaded.
  125.  
  126. ================================================================================
  127.  
  128.                                  Brun 1.0
  129.  
  130.       Brun is essentially a replacement for the Btrieve BUTIL
  131.       program.  It performs most of the same functions in small separate
  132.       programs.  In addition, the license agreement allows you to
  133.       distribute any or all of the Brun utilities (in object form) with
  134.       your applications.  The source code, which is written in Microsoft
  135.       C, is also included.
  136.  
  137. ================================================================================
  138.